| tk_winDialog {GCDkit} | R Documentation |
Tcl/Tk replacement for the MS Windows-specific function 'winDialog'.
tk_winDialog(type="ok",message="")
type |
Character; the type of the dialogue box. |
message |
Character. The information field of the dialogue box. |
This is a platform-independent implementation of the MS Windows-specific function
'winDialog', written using the Tcl/Tk.
Possible types of the dialogue box are:
ok, okcancel, yesno and yesnocancel.
A character string giving the name of the button pressed (in capitals).
Vojtěch Janoušek, vojtech.janousek@geology.cz
winDialog tkmessageBox tk_winDialogString tcltk-package
## Not run: tk_winDialog(type="yesnocancel",message="Are you sure?") ## End(Not run)